home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
isetl.arc
/
gcd.t
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-08-20
|
135 b
|
15 lines
program x;
read a;
read b;
while a/= 0 do
print [a,b];
read a;
read b;
end;
print "done";
end;
1;2;
3;4;
0;0;